home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / AddOns / obread.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-13  |  301 b   |  17 lines

  1. /*
  2.   * obread.h
  3.   * interface for obread
  4.   */
  5.  
  6. /* class of the reader */
  7.  
  8. extern LispObject object_reader;
  9.  
  10. /* functions */
  11.  
  12. extern void write_obj(LispObject *,LispObject, unsigned char **,
  13.               LispObject);
  14. extern LispObject read_obj(LispObject *,unsigned char **, LispObject);
  15.  
  16. #define EUBUG(x) 
  17.